encoding/binary.bigEndian.PutUint16 (method, view implemented interface methods)
4 uses
encoding/binary (current package)
binary.go#L161: func (bigEndian) PutUint16(b []byte, v uint16) {
github.com/coder/websocket
close.go#L319: binary.BigEndian.PutUint16(buf, uint16(ce.Code))
frame.go#L157: binary.BigEndian.PutUint16(buf, uint16(h.payloadLength))
github.com/gotd/td/mtproxy/faketls
record.go#L64: binary.BigEndian.PutUint16(buf[:2], uint16(len(r.Data)))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |